hvm: Extboot support for Xen
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 17 Jan 2008 16:39:14 +0000 (16:39 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 17 Jan 2008 16:39:14 +0000 (16:39 +0000)
commit86f69d44aecaf5e72f86e5686d1a2fcb8f7fc7ba
tree0aa51114966d2d2f2ca63527ad25cf861ee36b3b
parentbdd22133fc2092328ff9a8f0128d8584642051b5
hvm: Extboot support for Xen

This patch adds extboot to Xen.  It should be pretty harmless as the
moment because it's never enabled.  extboot allows arbitrary block
devices to be used to boot guests including SCSI and PV disks.  I've
tested it with both Windows and Linux guests in QEMU.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
13 files changed:
tools/firmware/Makefile
tools/firmware/extboot/Makefile [new file with mode: 0644]
tools/firmware/extboot/STATUS [new file with mode: 0644]
tools/firmware/extboot/extboot.S [new file with mode: 0644]
tools/firmware/extboot/extboot.img [new file with mode: 0755]
tools/firmware/extboot/signrom [new file with mode: 0755]
tools/firmware/extboot/signrom.c [new file with mode: 0644]
tools/firmware/hvmloader/Makefile
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c
tools/ioemu/Makefile.target
tools/ioemu/hw/extboot.c [new file with mode: 0644]
tools/ioemu/vl.h